google.golang.org/grpc.clientStream.bufferForRetryLocked (method)
4 uses
google.golang.org/grpc (current package)
stream.go#L368: if err := cs.withRetry(op, func() { cs.bufferForRetryLocked(0, op, nil) }); err != nil {
stream.go#L886: func (cs *clientStream) bufferForRetryLocked(sz int, op func(a *csAttempt) error, cleanup func()) {
stream.go#L953: cs.bufferForRetryLocked(len(hdr)+payloadLen, op, payload.Free)
stream.go#L1014: cs.withRetry(op, func() { cs.bufferForRetryLocked(0, op, nil) })
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)